cpupool: cpupool_unassign_cpu is only used internally
authorJulien Grall <julien.grall@linaro.org>
Tue, 1 Apr 2014 14:44:50 +0000 (16:44 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 1 Apr 2014 14:44:50 +0000 (16:44 +0200)
Signed-off-by: Julien Grall <julien.grall@linaro.org>
Acked-by: Juergen Gross <juergen.gross@ts.fujitsu.com>
xen/common/cpupool.c

index 933de782b77736a46842c0f79634df952a0ede8f..4a0e569832d91f6c66ee692db1eb118180a67287 100644 (file)
@@ -307,7 +307,7 @@ out:
  * - last cpu and still active domains in cpupool
  * - cpu just being unplugged
  */
-int cpupool_unassign_cpu(struct cpupool *c, unsigned int cpu)
+static int cpupool_unassign_cpu(struct cpupool *c, unsigned int cpu)
 {
     int work_cpu;
     int ret;